home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / PSEDIT.ZIP;1 / PSEDIT.V41 < prev   
Encoding:
Text File  |  1994-07-07  |  3.1 KB  |  64 lines

  1. Version 4.1 Modifications:
  2.  
  3. 1.  Rather than automatically querying for permission to exit PSEDIT,
  4.     it now checks to see if the file has been modified since the last
  5.     load or save.  If the file in memory has been modified, you are
  6.     queried as to whether the file should be saved.  If you reply N
  7.     you are exited without saving.  If you reply Y, the save process
  8.     is invoked.  If you press ESCAPE, you are returned to the editor.
  9.     Any other keys are ignorged.
  10.  
  11.     The same processing occurs whether you exit via the ESCAPE key or
  12.     the ALT-X keys.
  13.  
  14. 2.  The ALT-F8 keys will now initiate a search with replace.  You will
  15.     be prompted to enter a search argument and a replace argument.  At
  16.     each occurance of the search argument you will be asked whether or
  17.     not to replace the data with the replace argument.  Optionally, you
  18.     may turn prompting off.
  19.  
  20.     The only non-obvious thing about the search/replace operation is that
  21.     you must terminate the replace string with a double quote (") if you
  22.     want any number of trailing blanks in the search or replace string.
  23.     If you want the last character to actually be a double quote, you
  24.     must place two double quotes at the end of the string.  Example:
  25.  
  26.     ABC""   = [ABC"]
  27.     ABC  "  = [ABC  ]
  28.     ABC     = [ABC]
  29.  
  30.     This holds true only in ASCII mode, in hex mode, you specify exactly
  31.     the hex characters for which you are searching or with which you are
  32.     replacing.
  33.  
  34.     Leading spaces and quotes are retained exactly as entered.
  35.  
  36. 3.  Added a parameter to the PSEDIT.INI file called OtherWindowsColor,
  37.     This is the color for the miscellaneous informational, query and
  38.     prompting windows that can pop up occasionally.
  39.  
  40. 4.  Added a backup feature.  Two PSEDIT.INI parameters control the feature.
  41.     if BackupMode=Prompt, you will be prompted after the file is loaded to
  42.     determine if you want a backup saved.  This is the default.  If
  43.     BackupMode=Always, the backup takes place any time a file is loaded.  If
  44.     BackupMode=Never, backups are not performed by PSEDIT, but are the
  45.     responsibility of the user.  You may, of course, create a backup at any
  46.     time by selecting F2 (Save) and saving with a path and name of your
  47.     choice.  The backup file name is the same as the loaded file name
  48.     with .BAK as the extension.
  49.  
  50.     The BackupPath configuration parameter determines where backups will
  51.     be saved.  Specify the path, without a file name, where you want
  52.     backups kept.  The trailing backslash can be included or omitted,
  53.     unless you specify a root directory, in which case it is required.
  54.  
  55. 5.  The PSEDIT and PECOLOR environment variables are no longer supported.
  56.     Use the PSEDIT.INI file instead.
  57.  
  58. 6.  Prior releases required PSEDIT.SER to be on the path or the current 
  59.     directory.  Now it will be found if it is in the same directory as
  60.     PSEDIT.EXE regardless of whether or not it is on the path.  The path
  61.     and current directory are searched first.  If not found it tries the
  62.     directory from which PSEDIT.EXE was loaded.  If still not found, the
  63.     "Not registered" prompt appears.
  64.